A questão neste tópico de suporte foi encerrada por falta de respostas. Este tópico está fechado e foi movido para Suporte - Tópicos Sem Resposta.
+ Caso a dúvida não tenha sido resolvida você poderá criar outro tópico solicitando ajuda.
* Lembre-se que é permitido dar UP no tópico a cada 24 horas para assim o destacar e manter movimentado.
+ Caso a dúvida não tenha sido resolvida você poderá criar outro tópico solicitando ajuda.
* Lembre-se que é permitido dar UP no tópico a cada 24 horas para assim o destacar e manter movimentado.


info
Grupo: Campones
Registrado: 05/12/12
Posts: 17
Reputação: 0
Char no Tibia: Splinter
Galera tipo minhas paginas do meu modern aac estão sem imgaem nenhum olhem a imgaem abaixo
e não é só a pagina do character são as paginas, Account entre outras, então galera vou colocar o codigo aqui ai quem souber arrumar , arruma e quem tiver as peginas prontas também, por favor me passa, pois minha paginas estão a maioria assim =/
<?php require_once("system/application/config/create_character.php"); if(in_array(strtolower($player->name), $config['restricted_names'])) error("You are not authorized to view this character."); else { if($player->isDeleted()) alert("This character has been deleted."); if($player->isNameLocked()) alert("This character has been name locked."); try {$comment = nl2br(decodeString(strip_tags($player->getComment())));}catch (Exception $e) {$comment = "Could not load comment.";} $nickname = ($account->getCustomField('nickname') == "") ? "Not set yet." : $account->getCustomField('nickname'); try { $created = $player->getCreated(); } catch (Exception $e) { $created = time()-36000;} ?> <div class='TableContainer'> <div class='CaptionContainer'> <div class='CaptionInnerContainer'> <span class='CaptionEdgeLeftTop' style='background-image:url(/templates/tibiacom/images/content/box-frame-edge.gif);'></span> <span class='CaptionEdgeRightTop' style='background-image:url(/templates/tibiacom/images/content/box-frame-edge.gif);'></span> <span class='CaptionBorderTop' style='background-image:url(/templates/tibiacom/images/content/table-headline-border.gif);'></span> <span class='CaptionVerticalLeft' style='background-image:url(/templates/tibiacom/images/content/box-frame-vertical.gif);'></span> <div class='Text'>Character Information</div> <span class='CaptionVerticalRight' style='background-image:url(/templates/tibiacom/images/content/box-frame-vertical.gif);'></span> <span class='CaptionBorderBottom' style='background-image:url(/templates/tibiacom/images/content/table-headline-border.gif);'></span> <span class='CaptionEdgeLeftBottom' style='background-image:url(/templates/tibiacom/images/content/box-frame-edge.gif);'></span> <span class='CaptionEdgeRightBottom' style='background-image:url(/templates/tibiacom/images/content/box-frame-edge.gif);'></span> </div> </div> <table class="Table1" cellpadding="0" cellspacing="0"> <tbody><tr> <td> <div class="InnerTableContainer"> <table style="width: 100%;"><tbody><tr> <table width='100%'> <tr><td width='30%'>Name</td><td><?php echo $player->getName();?></td></tr> <tr><td width='30%'>Sex</td><td><?php echo $sex = ($player->getSex() == 1) ? "Male" : "Female" ?></td></tr> <tr><td width='30%'>Profession</td><td><?php echo getVocationName($player->getVocation(), $player->getPromotion()); ?></td></tr> <tr><td width='30%'>Level</td><td><?php echo $player->getLevel(); ?></td></tr> <?php $rank_of_player = $player->getRank(); if(!empty($rank_of_player)) { $guild_id = $rank_of_player->getGuild()->getId(); $guild_name = $rank_of_player->getGuild()->getName(); echo "<tr><td width='30%'>Guild membership</td><td>".$rank_of_player->getName()." of the <a href='../../guilds/view/$guild_id'>".$guild_name."</a></td></tr>"; } ?> <tr><td width='30%'>World</td><td><?php echo $config['worlds'][$player->getWorld()]; ?></td></tr> <tr><td width='30%'>Last login</td><td><?php echo $lastlogin = ($player->getLastLogin() == 0) ? "Never" : UNIX_TimeStamp($player->getLastLogin()); ?></td></tr> <tr><td width='30%'>Comment</td><td><?php echo $comment; ?></td></tr> <tr><td width='30%'>Account Status</td><td><?php echo $status = ($account->isPremium()) ? "Premium" : "Free"; ?></td></tr> <tr><td width='30%'>Status</td><td><?php echo $status = ($player->isOnline()) ? "<font color='green'>Online</font>" : "<font color='red'>Offline</font>"; ?></td></tr> <tr><td width='30%'>Created</td><td><?php echo ago($created)." | ".UNIX_TimeStamp($created); ?></td></tr> </table> </tr> </table> </div> </td></tr></tbody></table><br><center> </tr> <?php $GLOBALS['player'] = $player; $ide = new IDE; try { $ide->loadInjections("character_view"); } catch(Exception $e) { error($e->getMessage()); } } ?> <br><br> <div class='TableContainer'> <div class='CaptionContainer'> <div class='CaptionInnerContainer'> <span class='CaptionEdgeLeftTop' style='background-image:url(/templates/tibiacom/images/content/box-frame-edge.gif);'></span> <span class='CaptionEdgeRightTop' style='background-image:url(/templates/tibiacom/images/content/box-frame-edge.gif);'></span> <span class='CaptionBorderTop' style='background-image:url(/templates/tibiacom/images/content/table-headline-border.gif);'></span> <span class='CaptionVerticalLeft' style='background-image:url(/templates/tibiacom/images/content/box-frame-vertical.gif);'></span> <div class='Text'>Search Character</div> <span class='CaptionVerticalRight' style='background-image:url(/templates/tibiacom/images/content/box-frame-vertical.gif);'></span> <span class='CaptionBorderBottom' style='background-image:url(/templates/tibiacom/images/content/table-headline-border.gif);'></span> <span class='CaptionEdgeLeftBottom' style='background-image:url(/templates/tibiacom/images/content/box-frame-edge.gif);'></span> <span class='CaptionEdgeRightBottom' style='background-image:url(/templates/tibiacom/images/content/box-frame-edge.gif);'></span> </div> </div> <table class='Table1' cellpadding='0' cellspacing='0'> <tbody><tr> <td> <div class='InnerTableContainer'> <table style='width: 100%;'><tbody><tr> <td style='vertical-align: middle;' class='LabelV150'>Character Name:</td> <td style='width: 170px;'> <input style='width: 165px;' name='name' size='29' maxlength='29' id='search' type='text'></td><td> <div class='BigButton' style='background-image:url(/templates/tibiacom/images/buttons/sbutton.gif)'> <div onmouseover='MouseOverBigButton(this);' onmouseout='MouseOutBigButton(this);'> <div class='BigButtonOver' style='background-image:url(/templates/tibiacom/images/buttons/sbutton_over.gif);'></div><input class='ButtonText' name='Submit' value='Search' alt='Submit' src='/templates/tibiacom/images/buttons/_sbutton_submit.gif' type='image'></div></div></td></tr> </tbody></table> </div> </td></tr></tbody></table></div></form><br><center>Caso alguém conheça algum tutorial ensinando a estilizar essas paginas em css passa ai REP + para qualquer tipo de ajuda util xD
!Bump
!Bump
!Bump